net.conf.lookupOrder (method)

3 uses

	net (current package)
		conf.go#L200: 	return c.lookupOrder(r, "")
		conf.go#L212: 	return c.lookupOrder(r, hostname)
		conf.go#L215: func (c *conf) lookupOrder(r *Resolver, hostname string) (ret hostLookupOrder, dnsConf *dnsConfig) {